Skip to content

Latest commit

 

History

History
107 lines (69 loc) · 3.85 KB

ni-parallel-ioctl_internal_get_more_parallel_port_info.md

File metadata and controls

107 lines (69 loc) · 3.85 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NI:parallel.IOCTL_INTERNAL_GET_MORE_PARALLEL_PORT_INFO
IOCTL_INTERNAL_GET_MORE_PARALLEL_PORT_INFO (parallel.h)
The IOCTL_INTERNAL_GET_MORE_PARALLEL_PORT_INFO request returns information about a parallel port.
parports\ioctl_internal_get_more_parallel_port_info.htm
parports
02/15/2018
IOCTL_INTERNAL_GET_MORE_PARALLEL_PORT_INFO IOCTL
IOCTL_INTERNAL_GET_MORE_PARALLEL_PORT_INFO, IOCTL_INTERNAL_GET_MORE_PARALLEL_PORT_INFO control code [Parallel Ports], cisspd_3f4efeec-5579-44c6-8438-bdb4b4983194.xml, parallel/IOCTL_INTERNAL_GET_MORE_PARALLEL_PORT_INFO, parports.ioctl_internal_get_more_parallel_port_info
parallel.h
Parallel.h
Windows
Windows
RILGBATOKEN, *LPRILGBATOKEN
IOCTL_INTERNAL_GET_MORE_PARALLEL_PORT_INFO
parallel/IOCTL_INTERNAL_GET_MORE_PARALLEL_PORT_INFO
APIRef
kbSyntax
HeaderDef
parallel.h
IOCTL_INTERNAL_GET_MORE_PARALLEL_PORT_INFO

IOCTL_INTERNAL_GET_MORE_PARALLEL_PORT_INFO IOCTL

Major Code:

IRP_MJ_DEVICE_CONTROL

-description

The IOCTL_INTERNAL_GET_MORE_PARALLEL_PORT_INFO request returns information about a parallel port. This information supplements the information that a client obtains by using an IOCTL_INTERNAL_GET_PARALLEL_PORT_INFO request. The additional information about the parallel port includes the type of system interface, the bus number, and the interrupt resources used by the port.

For more information, see Obtaining Information About a ParallelPort.

-ioctlparameters

-ioctl-major-code

IRP_MJ_INTERNAL_DEVICE_CONTROL

-input-buffer

A MORE_PARALLEL_PORT_INFORMATION structure.

-input-buffer-length

The Parameters.DeviceIoControl.OutputBufferLength member is set to the size, in bytes, of a MORE_PARALLEL_PORT_INFORMATION structure.

-output-buffer

The AssociatedIrp.SystemBuffer member points to a MORE_PARALLEL_PORT_INFORMATION structure that the client allocates to output parallel port information.

-output-buffer-length

The size of a MORE_PARALLEL_PORT_INFORMATION structure.

-in-out-buffer

-inout-buffer-length

-status-block

If the request succeeds, the Information member is set to the size, in bytes, of the MORE_PARALLEL_PORT_INFORMATION structure. Otherwise; the Information member is set to zero.

The Status member is set to one of the generic status values returned by internal device control requests for parallel ports or to the following value:

STATUS_BUFFER_TOO_SMALL

The value of the Parameters.DeviceIoControl.OutputBufferLength member is less than the size, in bytes, of a MORE_PARALLEL_PORT_INFORMATION structure.

-see-also

IOCTL_INTERNAL_GET_PARALLEL_PORT_INFO

IOCTL_INTERNAL_GET_PARALLEL_PNP_INFO

MORE_PARALLEL_PORT_INFORMATION